home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’87 / Source ƒ.sit / Source ƒ / C ƒ / TCOMMPRO.TXT / XFER.H < prev    next >
Text File  |  1987-01-14  |  866b  |  29 lines

  1. /*
  2.     xfer.h
  3.  
  4.     declaration header file for
  5.     use with Lattice C ver 2.14
  6.  
  7.     Copyright (c) 1984, 1985 Larry Jordan Associates
  8.  
  9.     ver 1.0
  10.     8/1/85
  11.  
  12. */
  13.  
  14. #define FILEXFER   "filexfer"
  15. #define FILESIZE   "filesize"
  16. #define ESCXFER    "ESC to abort "
  17. #define ESCLEAR    "                                         "
  18. #define DNLMSG      "Now ready to send file -- enter CTRL-X to stop transfer..."
  19. #define ABORTF       "Transfer aborted "
  20. #define XBIT       "Sorry, this protocol requires that you dial in using 8 data bits."
  21. #define ABORTSYS   "by Operator."
  22. #define ABORTUSR   "by caller."
  23. #define ABORTTO    "due to protocol timeout."
  24. #define ABORTEOF   "at EOF due to timeout."
  25. #define ABORTXER   "due to too many XMODEM errors."
  26. #define UPLMSG       "Ready to receive file -- enter CTRL-X to abort transfer..."
  27. #define GOTITOK    "File received properly..."
  28.  
  29.